Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ambiguous QBuffer #1664

Closed

Conversation

autoantwort
Copy link
Contributor

/Users/leanderSchulten/git_projekte/qlcplus/qmlui/tardis/tardis.cpp:322:5: error: reference to 'QBuffer' is ambiguous
  322 |     QBuffer buffer;
      |     ^
/Users/leanderSchulten/Qt/6.7.2/macos/lib/QtCore.framework/Headers/qbuffer.h:15:21: note: candidate found by name lookup is 'QBuffer'
   15 | class Q_CORE_EXPORT QBuffer : public QIODevice
      |                     ^
/Users/leanderSchulten/Qt/6.7.2/macos/lib/Qt3DCore.framework/Headers/qbuffer.h:18:29: note: candidate found by name lookup is 'Qt3DCore::QBuffer'
   18 | class Q_3DCORESHARED_EXPORT QBuffer : public Qt3DCore::QNode

@mcallegari
Copy link
Owner

Building v5 with Qt6 is still not supported.
We have a branch where we are working on it
https://github.com/mcallegari/qlcplus/tree/qmltoqt6

@mcallegari mcallegari closed this Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants